header {
    background-color: #ffffff;
    min-height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10001;
}

footer {
    background-color: #b8d14a;
    padding: 40px 0 30px;
    overflow: hidden;
}

.fa-instagram {
    background: linear-gradient(#2e4df4, transparent), linear-gradient(90deg, #fee285, transparent), linear-gradient(-90deg, #e2198e, transparent), linear-gradient(-90deg, #f11b64, transparent);
    color: #ffffff;
    border-radius: 10px;
}

.fa-facebook-official {
    color: #3b589e;
}

.fa-youtube-play {
    color: #fe0000;
}

.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2,
.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
    color: #b8d14a;
}

.layui-menu .layui-menu-item-checked:after {
    border-right-color: #b8d14a;
}

.layui-btn {
    background-color: #b8d14a;
}

.layui-btn-normal {
    background-color: #1890ff;
}

.layui-btn-primary {
    background-color: #ffffff;
}

.layui-fixbar {
    right: 50px;
    bottom: 80px;
}

.layui-fixbar .layui-fixbar-top {
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s;
}

.layui-fixbar .layui-fixbar-top:hover {
    background-color: #b8d14a;
    color: #ffffff;
}

@media (min-width: 1440px) {
    .layui-container {
        width: 1300px;
    }
}

@media (min-width: 1920px) {
    .layui-container {
        width: 1600px;
    }
}

@media (max-width: 767px) {
    .layui-fixbar {
        right: 15px;
        bottom: 15px;
    }
}

/* menu */
.menu-layer .layui-layer-setwin .layui-layer-close2 {
    right: 5px;
    top: -5px;
    color: #000;
    background-color: transparent;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    padding: 0;
}

.menu-layer .layui-layer-setwin .layui-layer-close2:hover {
    opacity: .7;
}

#menu {
    padding: 30px;
}

#menu .layui-tab {
    display: flex;
    margin: 0;
}

#menu .layui-tab-bar {
    display: none;
}

#menu .layui-tab-title {
    height: auto;
    border-bottom: none;
    margin-right: 20px;
}

#menu .layui-tab-title li {
    display: block;
    text-align: left;
    border-radius: 40px;
}

#menu .layui-tab-title li a {
    color: #808080;
    padding: 0 30px;
}

#menu .layui-tab-title li a:hover {
    color: #b8d14a;
}

#menu .layui-tab-title li.layui-this {
    background-color: #808080;
}

#menu .layui-tab-title li.layui-this a {
    color: #ffffff;
}

#menu .layui-tab-title li.layui-this:after {
    border-bottom: none;
}

#menu .layui-tab-title li + li {
    margin-top: 15px;
}

#menu .menu-icon {
    margin-top: 50px;
}

#menu .menu-icon i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
    color: #b8d14a;
}

#menu .menu-icon a {
    display: inline-block;
    font-size: 14px;
    color: #b8d14a;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #b8d14a;
}

#menu .menu-icon a:hover {
    background-color: #b8d14a;
    color: #ffffff;
}

#menu .layui-tab-content {
    padding: 0 30px;
}

#menu .layui-tab-content .menu-subnav {
    min-width: 200px;
    padding: 20px;
    border: 1px solid #808080;
}

#menu .layui-tab-content .menu-subnav li a {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    border-bottom: 1px solid #808080;
}

#menu .layui-tab-content .menu-subnav li a:hover {
    color: #b8d14a;
}

#menu .layui-tab-content .menu-subnav li + li {
    margin-top: 10px;
}

/* m_nav */
.m_nav-layer {
    border-radius: 0 !important;
}

.m_nav-layer img {
    display: block;
    width: 100%;
    height: auto;
}

/* share-logo */
.share-logo {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.share-logo a {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    padding: 10px 0;
    transition: all .3s;
    box-sizing: border-box;
}

.share-logo a:hover {
    transform: scale(1.2);
}

.share-logo a i {
    width: 60px;
    height: 60px;
    font-size: 60px;
}

/* banner */
.banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* header */
.header-logo {
    position: relative;
    z-index: 1;
    height: 66px;
    margin: 17px 0;
    float: left;
}

.header-logo img {
    display: block;
    width: auto;
    height: 100%;
}

.header-btn {
    position: relative;
    z-index: 1;
    font-size: 0;
    float: right;
    padding: 30px 0;
    margin-left: 20px;
}

.header-btn a {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    transition: all .3s;
}

.header-btn a:nth-child(3) {
    padding: 0;
    width: 40px;
}

.header-btn a:hover {
    background-color: #b8d14a;
    border-color: #b8d14a;
    color: #ffffff;
}

.header-nav {
    text-align: center;
    height: 100px;
    line-height: 100px;
    background-color: transparent;
    padding: 0;
}

.header-nav .layui-nav-item {
    position: relative;
}

.header-nav .layui-nav-item > a {
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #333333;
}

.header-nav .layui-nav-item > a i {
    font-size: 14px;
    right: 0;
}

.header-nav .layui-nav-item > a + a {
    margin-right: 20px;
}

.header-nav .layui-nav-item > a:hover {
    background-color: transparent;
    color: #b8d14a;
}

.header-nav .layui-this:after,
.header-nav .layui-nav-bar {
    top: 0 !important;
    height: 0;
    background-color: transparent;
}

.header-nav .layui-nav-item .layui-nav-child {
    top: 100px;
    border: none;
    text-align: left;
}

.header-nav .layui-nav-item .layui-nav-child dd {
    transition: all .3s;
}

.header-nav .layui-nav-item .layui-nav-child dd a {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    transition: all .3s;
}

.header-nav .layui-nav-item .layui-nav-child dd a i {
    flex: none;
    margin-left: 16px;
}

.header-nav .layui-nav-item .layui-nav-child dd:hover {
    background-color: #b8d14a;
    color: #ffffff;
}

.header-nav .layui-nav-item .layui-nav-child dd:hover a {
    background-color: transparent;
    color: #ffffff;
}

/*
.header-nav .layui-nav-child {
	width: 100%;
	min-width: auto;
	left: auto;
	right: 0;
	top: 100%;
	border: none;
	background-color: #ffffff;
	padding: 30px 30px 30px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.header-nav .layui-nav-child .header-nav-subleft {
	width: 300px;
	padding: 50px 0;
	box-sizing: border-box;
	float: left;
}

.header-nav .layui-nav-child .header-nav-subleft dd {
	margin: 0;
}

.header-nav .layui-nav-child .header-nav-subleft dd.layui-this {
	background-color: transparent;
}

.header-nav .layui-nav-child .header-nav-subleft dd+dd {
	margin-top: 20px;
}

.header-nav .layui-nav-child .header-nav-subleft a {
	display: block;
	background-color: #6b8300;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-radius: 0 36px 36px 0;
}

.header-nav .layui-nav-child .header-nav-subleft a:hover {
	display: block;
	background-color: #b8d049;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-radius: 0 36px 36px 0;
}

.header-nav .layui-nav-child .header-nav-subleft a i {
	float: right;
}

.header-nav .layui-nav-child .header-nav-subright {
	padding: 30px 50px;
	margin-left: 30px;
	box-sizing: border-box;
	background-color: #b8d14a;
	width: calc(100% - 330px);
	float: left;
	overflow: hidden;
}

.header-nav .layui-nav-child .header-nav-subright .header-nav-subright-item {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.header-nav .layui-nav-child .header-nav-subright .header-nav-subright-item img {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border: 1px solid #808080;
	border-radius: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.header-nav .layui-nav-child .header-nav-subright .header-nav-subright-item p {
	font-size: 14px;
	color: #ffffff;
	margin: 0 20px;
	width: calc(100% - 40px);
	text-align: left;
	white-space: break-spaces;
	line-height: 22px;
}
*/

@media (max-width: 1199px) {
    header {
        overflow: hidden;
    }

    .header-nav {
        display: none;
    }

    .m-nav {
        display: block;
        float: right;
        width: 38px;
        padding: 0;
        margin: 11px 0;
    }
}

@media (max-width: 767px) {
    .header-btn a:nth-child(1) {
        display: none;
    }

    .header-btn a:nth-child(2) {
        margin-left: 0;
    }
}

/* logo-tetx */
.logo-text {
    overflow: hidden;
}

.logo-text h6 {
    height: 120px;
    font-size: 100px;
    font-weight: bold;
    line-height: 120px;
    text-align: center;
    color: #e6e6e6;
}

@media (max-width: 991px) {
    .logo-text {
        height: 105px;
        line-height: 105px;
    }

    .logo-text h6 {
        font-size: 85px;
    }
}

@media (max-width: 767px) {
    .logo-text {
        height: 90px;
        line-height: 90px;
    }

    .logo-text h6 {
        font-size: 70px;
    }
}

/* footer */
.footer-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 180px;
}

.footer-nav a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
}

.footer-nav a:hover {
    color: #6b8300;
}

.footer-nav a + a {
    margin-top: 5px;
}

.footer-address {
    margin-top: 40px;
}

.footer-contact p,
.footer-address p {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}

.footer-contact h1 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 10px;
}

.footer-address p span {
    float: right;
    margin-left: 15px;
}

.footer-contact p + p,
.footer-address p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .footer-nav {
        margin: 20px 0;
    }
.footer-contact h1 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}
    .footer-address {
        margin-top: 20px;
    }

    .footer-address p span {
        float: none;
    }
}

/* copyright */
.copyright {
    background-color: #ffffff;
}

.copyright p {
    text-align: center;
    color: #808080;
    line-height: 40px;
}

/* index-banner-video */
.index-banner-video video {
    display: block;
    width: 100%;
    height: auto;
}

/* index-customer */
.index-customer {
    padding: 50px 0;
    background-color: #e6e6e6;
    overflow: hidden;
    --swiper-navigation-size: 56px;
    --swiper-theme-color: #b8d14a;
}

.index-customer h6 {
    font-size: 36px;
    font-weight: bold;
    color: #b8d14a;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.index-customer-one {
    overflow: hidden;
	height:538px;
}

.index-customer-one-item {
    position: relative;
    background-color: #ffffff;
    margin: 20px 30px;
    transition: all .3s;
}

.index-customer-one-item img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

.index-customer-one-item::before,
.index-customer-one-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.index-customer-one-item::before {
    content: '';
    left: 80%;
    transform-origin: 0 0;
    transform: translate(100%, 0) skewY(45deg) scaleX(.6);
    background: linear-gradient(90deg, #bbbbbb, transparent);
}

.index-customer-one-item::after {
    content: '';
    top: 60%;
    transform-origin: 0 0;
    transform: translate(0%, 100%) skewX(45deg) scaleY(.6);
    background: linear-gradient(180deg, #bbbbbb, transparent);
}

.index-customer-two {
    padding: 0 30px;
    overflow: hidden;
	height:538px;
}

.index-customer-two-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.index-customer-two-item {
    width: calc(50% - 12px);
    float: left;
    display: flex;
    align-items: center;
}

.index-customer-two-item img {
    display: block;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border: 1px solid #808080;
    border-radius: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.index-customer-two-item p {
    font-size: 16px;
    color: #333333;
    margin: 0 20px;
    width: calc(100% - 40px);
    text-align: left;
    white-space: break-spaces;
    line-height: 23px;
}

.index-customer .swiper-button-prev {
    left: -40px;
}

.index-customer .swiper-button-next {
    right: -40px;
}

@media (max-width: 767px) {
    .index-customer h6 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .index-customer-one-item {
        margin: 10px;
    }
	
	.index-customer-one {
    overflow: hidden;
	height:auto;
}

    .index-customer-two {
        padding: 0;
		height:auto;
    }

.index-customer-two-item img {
    width: 60px;
    height:60px;
}
.index-customer-two-item p {
    font-size: 14px;
    line-height: 22px;
}
    .index-customer-two-item {
        width: 100%;
    }

    .index-customer .swiper-button-prev {
        left: 0;
    }

    .index-customer .swiper-button-next {
        right: 0;
    }
}

/* index-factory-video */
.index-factory-video video {
    display: block;
    width: 100%;
    height: auto;
}

/* index-cnc */
.index-cnc {
    padding: 50px 0 0;
}

.index-cnc-one {

}

.index-cnc-one h6 {
    font-size: 36px;
    font-weight: bold;
    color: #b8d14a;
    line-height: 50px;
    text-align: center;
}
.index-cnc-one p{
    font-size: 18px;
    font-weight: bold;
    color: #b8d14a;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.cncbg{
	margin-top:20px;
	width:100%;
	background:#b8d14a;
	height:auto;
}

.cncbg .cncimg{
display: flex;
  justify-content: space-between;
}

.cncbg .cncimg img{
max-width: calc(33.33% - 13.33px); 
  height: auto; 
  box-sizing: border-box;
  margin-right: 20px; 
}


@media (max-width: 767px) {
    .index-cnc-one h6 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}

.index-cnc-text {
    padding: 30px 0 20px;
}

.index-cnc-text p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.index-cnc-text p + p {
    margin-top: 16px;
}


.index-cnc-two {
	margin-top:30px;
	margin-bottom:20px;
}

.index-cnc-two-icon {   
    left: 0;
	right: 0;
    bottom: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
}

.index-cnc-two-icon-item {
	width: 180px;
}

.index-cnc-two-icon-item img {
	margin:0 auto;
    display: block;
	width: 80px;
}

.index-cnc-two-icon-item2 {
	padding:0px 20px;
}

.index-cnc-two-icon-item2 img {
    display: block;
	width: 80px;
}

.index-cnc-two-icon-item:nth-child(2) img,
.index-cnc-two-icon-item:nth-child(4) img,
.index-cnc-two-icon-item:nth-child(6) img {
	width: 60px;
	height: auto;
	margin: 0 16px;
}

.index-cnc-two-icon-item p {
	font-weight:bold;
	font-size: 16px;
	line-height: 24px;
	color: #b8d14a;
	text-align: center;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.index-cnc-two-icon {
		width:100%;
}
.index-cnc-two-icon-item {
	width: 60px;
}
.index-cnc-two-icon-item img {
	margin:0 auto;
	width: 50px;
}
.index-cnc-two-icon-item p {
	text-align: center;
	font-size: 13px;
	line-height:20px;
	font-weight: bold;
}
.index-cnc-two-icon-item2 {
	padding:0px 10px;
}
.index-cnc-two-icon-item2 img {
	width: 20px;
}

}

@media (max-width: 374px) {
    .index-cnc-two-left {
        background: linear-gradient(210deg, transparent 80px, #b8d14a 0);
    }

    .index-cnc-two-right {
        background: linear-gradient(150deg, transparent 80px, #b8d14a 0);
    }
}

/* index-power */
.index-power {
    padding: 50px 0 0;
}

.index-power-one {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 500px;
    overflow: hidden;
}

.index-power-one h5 {
    font-size: 36px;
    font-weight: bold;
    color: #b8d14a;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.index-power-one-item {
	text-align:center;
}

.index-power-one-item h6 {
    background-color: #b8d14a;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 25px;
    color: #ffffff;
    line-height: 40px;
    margin: 0 0 50px;
}

.index-power-one-textright {
    margin-bottom: 50px;
}

.index-power-one-textcenter {
	margin:0 auto;
	width:60%;
    margin-bottom: 50px;
}


.index-power-one-textleft p,
.index-power-one-textright p,
.index-power-one-textcenter p {
    font-size: 16px;
    color: #666666;
	line-height:28px;
}

.index-power-one-textleft p + p,
.index-power-one-textright p + p,
.index-power-one-textcenter p + p {
    margin-top: 10px;
}

.index-power-one-textleft p {
    text-align: right;
}

.index-power-one-textcenter p {
    text-align: center;
}

@media (max-width: 767px) {
    .index-power-one h5 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .index-power-one-item h6 {
        margin: 0 0 5px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 30px;
    }
	.index-power-one-textcenter {
	width:90%;
    margin-bottom: 50px;
}

    .index-power-one-textleft {
        margin-bottom: 5px;
    }

    .index-power-one-textleft p {
        text-align: left;
    }
	.index-power-one-textcenter p {
        text-align: center;
    }

    .index-power-one-textright {
        margin-bottom: 40px;
    }
}

.index-power-two {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 380px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.index-power-two-left {
    width: 50%;
    height: 120px;
    float: left;
    background: linear-gradient(202deg, transparent 80px, #b8d14a 0);
}

.index-power-two-right {
    width: 50%;
    height: 120px;
    float: left;
    background: linear-gradient(158deg, transparent 80px, #b8d14a 0);
}

.index-power-two h6 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 100px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.index-power-two h6 span {
    font-size: 40px;
}

@media (max-width: 767px) {
    .index-power-two {
        padding-top: 300px;
    }

    .index-power-two-left {
        background: linear-gradient(206deg, transparent 80px, #b8d14a 0);
    }

    .index-power-two-right {
        background: linear-gradient(154deg, transparent 80px, #b8d14a 0);
    }

    .index-power-two h6 {
        font-size: 60px;;
    }

    .index-power-two h6 span {
        font-size: 30px;
    }
}

@media (max-width: 374px) {
    .index-power-two-left {
        background: linear-gradient(210deg, transparent 80px, #b8d14a 0);
    }

    .index-power-two-right {
        background: linear-gradient(150deg, transparent 80px, #b8d14a 0);
    }
}

/* index-read */
.index-read {
    overflow: hidden;
}

.index-read-btn {
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    border: 90px solid #b8d14a;
    border-left: 220px solid transparent;
    border-right: 220px solid transparent;
    border-bottom: none;
}

.index-read-btn a {
    position: absolute;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    color: #b8d14a;
    text-align: center;
    border-radius: 4px;
    top: -70px;
    left: -60px;
}

@media (max-width: 767px) {
    .index-read-btn {
        border: 80px solid #b8d14a;
        border-left: 160px solid transparent;
        border-right: 160px solid transparent;
        border-bottom: none;
    }
}

@media (max-width: 374px) {
    .index-read-btn {
        border: 80px solid #b8d14a;
        border-left: 140px solid transparent;
        border-right: 140px solid transparent;
        border-bottom: none;
    }
}

/* contact.html */
.contact-info {
    overflow: hidden;
}

.contact-info-left video {
    display: block;
    width: 100%;
    height: auto;
}

.contact-info-left img {
    width: 100%;
    height: auto;
}


.contact-info-right {
    padding: 60px 0 30px;
}

.contact-info-right h1 {
    font-size: 40px;
    font-weight: bold;
    color: #b8d14a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-info-right h6 {
    font-size: 16px;
    color: #b8d14a;
    line-height: 1.8;
}

.contact-info-right hr {
    border-bottom-color: #808080 !important;
    margin: 20px 0;
}

.contact-info-right p {
    font-size: 14px;
    color: #808080;
    line-height: 1.8;
}

.contact-form {
    background-color: #b8d14a;
    padding: 50px 0;
}

.contact-form-left h2 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
}

.contact-form-right .layui-form-pane .layui-form-label {
    width: 80px;
    text-align: left;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.contact-form-right .layui-form-pane .layui-input-block input {
    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.contact-form-right .layui-form-pane .layui-form-item {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
}

.contact-form-right .layui-btn-primary {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.contact-form-right p {
    font-size: 14px;
    color: #ffffff;
    margin: 20px 0 0;
}

@media (max-width: 1199px) {
    .contact-info-right {
        padding: 40px 30px 30px;
    }
}

@media (max-width: 991px) {
    .contact-info-right {
        padding: 30px;
    }

    .contact-form {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .contact-info-right {
        padding: 30px 0;
    }

    .contact-info-right h1 {
        font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    }
}

/* product-banner */
.product-banner {
    --swiper-theme-color: #ffffff;
}

.product-banner-item {
    display: block;
}

.product-banner-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* /product/category.html */
.product-category {
    padding: 50px 0;
}

.product-category-title {
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.product-category-title h1 {
    font-size: 48px;
    font-weight: bold;
    color: #b8d14a;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 0, rgba(255, 255, 255, .5));
}

.product-category-body .layui-tab {
    margin: 0;
}

.product-category-body .layui-tab-bar {
    display: none;
}

.product-category-body .layui-tab-title {
    height: auto;
    border-bottom: none;
    margin-bottom: 30px;
    overflow-x: auto !important;
}

.product-category-body .layui-tab-title li {
    border-radius: 40px;
    border: 1px solid #b8d14a;
    padding: 0 30px;
    transition: all .3s;
}

.product-category-body .layui-tab-title li:hover,
.product-category-body .layui-tab-title li.layui-this {
    background-color: #b8d14a;
    color: #ffffff;
}

.product-category-body .layui-tab-title li.layui-this:after {
    border-bottom: none;
}

.product-category-body .layui-tab-title li + li {
    margin-left: 15px;
}

.product-category-body .layui-tab-content {
    padding: 0;
}

.product-category-body-item {
    border: 1px solid #808080;
    padding: 15px;
}

.product-category-body-item.active {
    border-left: none;
}

.product-category-body-item a,
.product-category-body-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.6s;
}

.product-category-body-item:hover img {
    transform: scale(1.2);
}

@media (max-width: 991px) and (min-width: 768px) {
    .product-category-body .layui-row .layui-col-xs12:nth-child(4) .product-category-body-item {
        border-left: 1px solid #808080;
    }

    .product-category-body .layui-row .layui-col-xs12:nth-child(4) .product-category-body-item,
    .product-category-body .layui-row .layui-col-xs12:nth-child(5) .product-category-body-item,
    .product-category-body .layui-row .layui-col-xs12:nth-child(6) .product-category-body-item {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .product-category {
        padding: 30px 0;
    }

    .product-category-body-item.active {
        border-left: 1px solid #808080;
        border-top: none;
    }
}

/* product/list.html */
.product-list {
    padding: 50px 0;
}

.product-list-item-img {
    border: 1px solid #b8d14a;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-list-item-img a,
.product-list-item-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .6s;
}

.product-list-item-img:hover img {
    transform: scale(1.2);
}

.product-list-item-text {
    margin-bottom: 20px;
}

.product-list-item-text a {
    font-size: 15px;
    color: #808080;
}

.product-list-item-text a:hover {
    color: #6b8300;
}

@media (max-width: 767px) {
    .product-list {
        padding: 30px 0;
    }

    .product-list-item-text {
        margin-bottom: 10px;
    }
}

/* product-show */
.product-show {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.product-show-left {
    float: left;
    width: 280px;
    position: relative;
    padding-bottom: 300px;
}

.product-show-left h1 {
    font-size: 28px;
    font-weight: bold;
    color: #b8d14a;
    margin-bottom: 20px;
}

.product-show-left p {
    font-size: 14px;
    color: #b8d14a;
    line-height: 1.5;
}

.product-show-left img {
    display: block;
    max-width: 220px;
    max-height: 80px;
    position: absolute;
    bottom: 80px;
}

.product-show-con {
    float: left;
    background-color: #b8d14a;
    width: 500px;
    height: 450px;
}

.product-show-con .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-show-con .gallery-top {
    height: 80%;
    width: 100%;
    border-right: 5px solid #ffffff;
    box-sizing: border-box;
}

.product-show-con .gallery-top .swiper-button-prev,
.product-show-con .gallery-top .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 100%;
    background-size: 30px 30px;
    opacity: .4;
}

.product-show-con .gallery-top .swiper-button-prev:hover,
.product-show-con .gallery-top .swiper-button-next:hover {
    opacity: 1;
}

.product-show-con .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    border-top: 5px solid #ffffff;
}

.product-show-con .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
    padding: 10px;
    box-sizing: border-box;
    border-right: 5px solid #ffffff;
}

.product-show-con .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-show-right {
    float: left;
    width: 280px;
    padding-left: 30px;
    box-sizing: border-box;
}

.product-show-right p {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
}

.product-show-right p + p {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .product-show-left {
        width: 100%;
        padding-bottom: 150px;
    }

    .product-show-left img {
        bottom: 20px;
    }

    .product-show-con {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .product-show-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

/* news-list */
.news-list {
    padding: 50px 0;
}

.news-list-title h1 {
    font-size: 28px;
    font-weight: bold;
    color: #b8d14a;
    margin-bottom: 30px;
}

.news-list-body-left {
    padding-bottom: 50px;
}

.news-list-body-left a {
    display: block;
    border: 1px solid #808080;
    overflow: hidden;
}

.news-list-body-left a img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .6s;
}

.news-list-body-left a img:hover {
    transform: scale(1.2);
}

.news-list-body-left .swiper-pagination-bullet {
    opacity: .4;
    background-color: #ffffff;
}

.news-list-body-left .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #b8d14a;
}

.news-list-body-left .swiper-button-next::after,
.news-list-body-left .swiper-button-prev::after {
    display: none;
}

.news-list-body-left .swiper-button-next,
.news-list-body-left .swiper-button-prev {
    top: auto;
    bottom: 0;
    background: none;
    font-size: 28px;
    color: #b8d14a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.news-list-body-left .swiper-button-next {
    right: auto;
    left: 60px;
}

.news-list-body-right {
    padding-left: 50px;
}

.news-list-body-right a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #b8d14a;
    line-height: 1.5;
}

.news-list-body-right a:hover {
    color: #6b8300;
}

.news-list-body-right a + a {
    margin-top: 30px;
}

.news-list-body-right a i {
    font-size: 24px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .news-list {
        padding: 30px 0;
    }

    .news-list-body-right {
        padding: 20px 0 0;
    }
}

/* news-show */
.news-show {
    max-width: 1185px;
    padding: 30px;
}

.news-show-title h1 {
    font-size: 24px;
    color: #b8d14a;
    line-height: 30px;
    margin-bottom: 20px;
}

.news-show-video video {
    display: block;
    width: auto;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
}

/* profile */
.profile {
    padding: 50px 0;
}

.profile h1 {
    font-size: 68px;
    font-weight: bold;
    color: #b8d14a;
    padding: 0 20px;
    text-align: right;
    line-height: 80px;
}

.profile h6 {
    text-align: center;
    margin: 15px 0 20px;
}

.profile h6 span {
    font-size: 24px;
    font-weight: bold;
    color: #b8d14a;
    padding: 0 10px;
    border-bottom: 4px solid #b8d14a;
}

.profile h6 span + span {
    margin-left: 30px;
}

.profile p {
    font-size: 16px;
    color: #808080;
    line-height: 2;
}

.profile p span {
    font-weight: bold;
    color: #b8d14a;
}

.profile-img1,
.profile-img2,
.profile-img3,
.profile-img4 {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.profile-img1 img:nth-child(1) {
    display: block;
    width: calc(70% - 15px);
}

.profile-img1 img:nth-child(2) {
    display: block;
    width: calc(30% - 15px);
    margin-left: 30px;
}

.profile-img2 img {
    display: block;
    width: calc(33.33% - 20px);
}

.profile-img2 img:nth-child(2),
.profile-img2 img:nth-child(3) {
    margin-left: 30px;
}

.profile-img3 img:nth-child(1) {
    display: block;
    width: calc(30% - 15px);
}

.profile-img3 img:nth-child(2) {
    display: block;
    width: calc(70% - 15px);
    margin-left: 30px;
}

.profile-img4 img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .profile {
        padding: 30px 0;
    }

    .profile h1 {
        font-size: 36px;
    }

    .profile h6 span {
        font-size: 18px;
    }

    .profile h6 span + span {
        margin-left: 15px;
    }

    .profile-img1 img:nth-child(1) {
        display: block;
        width: calc(70% - 10px);
    }

    .profile-img1 img:nth-child(2) {
        display: block;
        width: calc(30% - 10px);
        margin-left: 20px;
    }

    .profile-img2 img {
        display: block;
        width: calc(33.33% - 13.3333px);
    }

    .profile-img2 img:nth-child(2),
    .profile-img2 img:nth-child(3) {
        margin-left: 20px;
    }

    .profile-img3 img:nth-child(1) {
        display: block;
        width: calc(30% - 10px);
    }

    .profile-img3 img:nth-child(2) {
        display: block;
        width: calc(70% - 10px);
        margin-left: 20px;
    }
}

/* qc */
.qc-title {
    background-color: #b8d14a;
    padding: 40px 0 20px;
}

.qc-title h6 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
}

.qc-img {
    padding: 50px 0;
}

.qc-img-item img {
    display: block;
    width: 100%;
    height: auto;
}

.qc-img-text {
    padding: 20px 0 0;
}

.qc-img-text h6 {
    font-size: 24px;
    color: #808080;
}

.qc-img-text p {
    color: #808080;
    line-height: 1.75;
    margin-top: 15px;
}

.qc-test {
    padding: 50px 0;
}

.qc-test-title h6 {
    font-size: 24px;
    color: #b8d14a;
    padding-bottom: 20px;
    border-bottom: 1px solid #808080;
}

.qc-test-item {
    padding-top: 20px;
}

.qc-test-item img {
    display: block;
    max-width: 120px;
    height: auto;
}

.qc-test-item h6 {
    font-size: 22px;
    color: #808080;
    margin: 15px 0;
}

.qc-test-item p {
    color: #808080;
}

.qc-test-item p + p {
    margin-top: 10px;
}

/* img-category */
.img-category-title {
    background-color: #a9a193;
}

.img-category-title h1 {
    font-size: 68px;
    font-weight: bold;
    color: #ffffff;
    line-height: 180px;
}

.img-category {
    padding: 50px 0;
}

.img-category.index-list {
    padding: 100px 0 50px;
}

.img-category .layui-tab {
    margin: 0;
}

.img-category .layui-tab-bar {
    display: none;
}

.img-category .layui-tab-title {
    text-align: right;
    height: auto;
    border-bottom: none;
    margin-bottom: 40px;
    overflow-x: auto !important;
}

.img-category .layui-tab-title li {
    border-radius: 40px;
    border: 1px solid #b8d14a;
    padding: 0 30px;
}

.img-category .layui-tab-title li:hover,
.img-category .layui-tab-title li.layui-this {
    background-color: #b8d14a;
    color: #ffffff;
}

.img-category .layui-tab-title li.layui-this:after {
    border-bottom: none;
}

.img-category .layui-tab-title li + li {
    margin-left: 15px;
}

.img-category .layui-tab-content {
    padding: 0;
}

.img-category-item {
    position: relative;
    border: .5px solid #808080;
}

.img-category-item a {
    display: block;
    position: relative;
    border: .5px solid #808080;
    padding: 20px;
    transition: all .6s;
}

.img-category-item a h6 {
    font-size: 16px;
    font-weight: bold;
    color: #b8d14a;
    position: absolute;
}

.img-category-item a p {
    font-size: 14px;
    color: #808080;
    padding-top: 240px;
    padding-right: 140px;
}

.img-category-item a img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    transition: all .3s;
}

.img-category-item a:hover img {
    transform: scale(1.2);
}

.img-category-item .swiper-button-next::after,
.img-category-item .swiper-button-prev::after {
    display: none;
}

.img-category-item .swiper-button-next,
.img-category-item .swiper-button-prev {
    top: -29px;
    bottom: auto;
    background: none;
    font-size: 28px;
    color: #b8d14a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.img-category-item .swiper-button-next {
    right: auto;
    left: 60px;
}

@media (max-width: 767px) {
    .img-category-title h1 {
        font-size: 26px;
        line-height: 80px;
    }

    .img-category .layui-tab-title {
        margin-bottom: 70px;
    }
}

/* img-show */
.img-show {
    max-width: 1185px;
    height: 600px;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-show-left {
    float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

.img-show-left img {
    display: block;
    max-width: 100%;
    max-height: 500px;
    margin-left: auto;
}

.img-show-right {
    float: left;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}

.img-show-right h1 {
    font-size: 24px;
    color: #b8d14a;
    line-height: 35px;
}

.img-show-right p {
    color: #808080;
    margin-top: 20px;
}

/* eco-one */
.eco-one {
    padding: 50px 0;
}

.eco-one h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #b8d14a;
}

.eco-one-img img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.eco-one-text {
    margin-bottom: 10px;
}

.eco-one-text p {
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
}

.eco-one-text p + p {
    margin-top: 10px;
}

.eco-one-btn {
    text-align: center;
}

.eco-one-btn p {
    display: inline-block;
    padding: 0 18px;
    background-color: transparent;
    color: #b8d14a;
    border: none;
    border-bottom: 5px solid #b8d14a;
    border-radius: 0;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.eco-one-btn button:hover {
    color: #b8d14a;
}

.eco-two {
    padding: 50px 0;
    background-color: #b8d14a;
}

.eco-two-img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
}

.eco-two-img img {
    display: block;
    width: 100px;
    height: 100px;
}

.eco-two-img:hover {
    transform: scale(.9) rotate(8deg);
}

.eco-two-text p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.eco-two-btn {
    text-align: center;
}

.eco-two-btn p {
    display: inline-block;
    padding: 0 18px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.eco-two-btn button:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.eco-three {
    padding: 50px 0 0;
}

.eco-three .layui-row {
    padding-left: 50%;
}

.eco-three-item {
    cursor: pointer;
}

.eco-three-item img {
    display: block;
    width: 150px;
    height: auto;
    transition: all .3s;
}

.eco-three-item img:hover {
    transform: scale(.9) rotate(8deg);
}

.eco-three-item p {
    font-size: 16px;
    color: #808080;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #808080;
}

.eco-three-item p:hover {
    color: #6b8300;
}

.eco-three-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .eco-one {
        padding: 30px 0;
    }

    .eco-one h1 {
        font-size: 26px;
    }

    .eco-one-img img {
        width: 150px;
    }

    .eco-one-btn button {
        font-size: 18px;
        padding: 0 15px;
    }

    .eco-two {
        padding: 30px 0;
    }

    .eco-two-btn button {
        font-size: 18px;
        padding: 0 15px;
    }

    .eco-three {
        padding: 30px 0 0;
    }

    .eco-three .layui-row {
        padding-left: 0;
    }
}

/* corporate */
/* sustainability */
.corporate-one,
.sustainability-one {
    padding: 50px 0;
    background-color: #b8d14a;
}

.corporate-one h1,
.sustainability-one h1 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
}

.corporate-one p,
.sustainability-one p {
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
}

.corporate-two,
.sustainability-two {
    padding: 50px 0;
}

.corporate-two-item,
.sustainability-two-item {
    cursor: pointer;
}

.corporate-two-item img,
.sustainability-two-item img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    transition: all .3s;
}

.corporate-two-item p,
.sustainability-two-item p {
    font-size: 16px;
    text-align: center;
    color: #808080;
    margin-top: 10px;
}

.corporate-two-item:hover img,
.sustainability-two-item:hover img {
    transform: scale(.9) rotate(8deg);
}

@media (max-width: 767px) {

    .corporate-one,
    .sustainability-one {
        padding: 30px 0;
    }

    .corporate-one h1,
    .sustainability-one h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

/* page */
.page {
    padding: 30px;
}

.page-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-title img {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #b8d14a;
}

.page-title h1 {
    font-size: 28px;
    line-height: 1.2;
    color: #b8d14a;
    margin-left: 20px;
}

.page-body p {
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
}

.page-body img {
	max-width:100%;
}